CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - conjugate gradient method

搜索资源列表

  1. HR-GPSR

    0下载:
  2. 数值计算中最优化问题求解 共轭梯度法解无约束最优化问题-Numerical optimization problem solving in the conjugate gradient method for unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-29
    • 文件大小:1682
    • 提供者:肖敏
  1. dcx

    0下载:
  2. 用FR共轭梯度法求解无约束最优化问题(c++)-With the FR conjugate gradient method for solving unconstrained optimization problems
  3. 所属分类:Algorithm

    • 发布日期:2017-03-30
    • 文件大小:982
    • 提供者:slxlys
  1. homework-of-The-Optimal-Control

    0下载:
  2. 本学期的最优控制作业,对牛顿法、梯度法、共轭梯度法等三种变分法,进行了比较,并得出结论-This semester homework of The Optimal Control,compare the three variational methods of Newton method gradient method and conjugate gradient method,then make a conclusion.
  3. 所属分类:matlab

    • 发布日期:2017-03-23
    • 文件大小:15095
    • 提供者:袁小异
  1. -Common-non-binding

    2下载:
  2. 最优化常用无约束方法,内有最速下降法,newton法,共轭梯度法,坐标轮换发等程序,程序均用C语言编写!-The most common unconstrained optimization methods, steepest descent method within, newton method, conjugate gradient method, coordinate rotation of hair and other procedures, procedures are writte
  3. 所属分类:Algorithm

    • 发布日期:2017-05-04
    • 文件大小:1035950
    • 提供者:祝小龙
  1. symmetricbandedCG

    0下载:
  2. Conjugate gradient method
  3. 所属分类:matlab

    • 发布日期:2017-04-13
    • 文件大小:2076
    • 提供者:mohamd
  1. GroupSparseBox_V3

    0下载:
  2. Conjugate gradient method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:33492
    • 提供者:mohamd
  1. Contors

    0下载:
  2. Conjugate gradient method
  3. 所属分类:matlab

    • 发布日期:2017-04-08
    • 文件大小:1442
    • 提供者:mohamd
  1. lobpcg

    0下载:
  2. Conjugate gradient method
  3. 所属分类:matlab

    • 发布日期:2017-04-17
    • 文件大小:8814
    • 提供者:mohamd
  1. nfc_fis

    0下载:
  2. Conjugate gradient method
  3. 所属分类:matlab

    • 发布日期:2017-04-04
    • 文件大小:15018
    • 提供者:mohamd
  1. conjg

    0下载:
  2. 《神经网络与机器学习》书中的,根据共轭梯度法进行双月型数据的分类-" Neural Networks and Machine Learning" book, according to the conjugate gradient method for data classification based bimonthly
  3. 所属分类:AI-NN-PR

    • 发布日期:2017-04-10
    • 文件大小:1212
    • 提供者:lixx
  1. cpp1

    0下载:
  2. 共轭梯度法求解函数极小值,对于学习者将会有很大的帮助-Conjugate Gradient Method for the function minimum, the learners will be of great help
  3. 所属分类:Algorithm

    • 发布日期:2017-04-16
    • 文件大小:185777
    • 提供者:林林
  1. CG_DESCENT-C-5.0.tar

    0下载:
  2. cg_descent算法实现,由HAGER WILLIAM和H.ZHANG在C++环境下设计并实现具有下降性质的共轭梯度方法-cg_descent algorithm by HAGER WILLIAM H. ZHANG and C++ environment in the design and implementation of a decline in the nature of the conjugate gradient method
  3. 所属分类:Algorithm

    • 发布日期:2017-03-25
    • 文件大小:24263
    • 提供者:liu
  1. converge

    0下载:
  2. 一类修正的DY共轭梯度法及其全局收敛性convergence-A class of modified DY conjugate gradient method and its global convergence
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-05
    • 文件大小:453886
    • 提供者:rc
  1. 435

    0下载:
  2. ethod re-start模糊图像恢复的投影重开始共轭梯度法-Blurred image restoration projection conjugate gradient method re-start
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-05-04
    • 文件大小:1259996
    • 提供者:bca123
  1. 111

    0下载:
  2. 一类修正的DY共轭梯度法及其全局收敛性A modified DY conjugate gradient method and its global convergence -A modified DY conjugate gradient method and its global convergence
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-17
    • 文件大小:453892
    • 提供者:jili123
  1. P_R_P

    0下载:
  2. 共轭梯度法,hessian矩阵计算,强迫正定Cholesky分解以及Gill_Murray改进Newton法的C语言实现。-Conjugate gradient method, hessian matrix calculation, forced definite Cholesky decomposition and Gill_Murray improved Newton method C language.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-08
    • 文件大小:129366
    • 提供者:seaman
  1. application-of-CG-and-Gauss-Seidel-

    0下载:
  2. 共轭梯度法和Gauss-Seidel迭代法的matlab实现,实例操作,取得了良好的效果-Conjugate gradient method and the Gauss-Seidel iteration method matlab implementation, instance operations, and achieved good results
  3. 所属分类:matlab

    • 发布日期:2017-03-30
    • 文件大小:42898
    • 提供者:张明
  1. getdf

    0下载:
  2. 用共轭梯度法求优化问题的C++源代码,经测试,该程序运行正常,得到了预期的结果。-Conjugate gradient method for the optimization of C++ source code, tested, the program works correctly to get the desired results.
  3. 所属分类:Algorithm

    • 发布日期:2017-04-13
    • 文件大小:1682
    • 提供者:张帆
  1. matlab-program

    1下载:
  2. 基于matlab编写了SQP法,乘子法,共轭梯度法,拟牛顿法,信赖域法,最速下降法与牛顿法的最新程序,功能很强大,可供编程参考。-Based on the preparation of MATLAB SQP, multiplier method, conjugate gradient method, quasi-Newton method, trust region method, steepest descent method with the Newton-Raphson method th
  3. 所属分类:matlab

    • 发布日期:2017-03-31
    • 文件大小:25099
    • 提供者:丁长涛
  1. work

    0下载:
  2. 共轭梯度求解数值优化方法,本例题主要是对于一个常见的优化方法用MATLAB进行程序运行-Conjugate gradient method of solving numerical optimization, this example is mainly optimized for a common method using MATLAB running
  3. 所属分类:matlab

    • 发布日期:2017-04-06
    • 文件大小:1535
    • 提供者:Reality
« 1 2 3 4 5 6 7 89 10 11 12 13 ... 24 »
搜珍网 www.dssz.com